mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
11 lines
500 B
Plaintext
11 lines
500 B
Plaintext
$NetBSD: patch-aj,v 1.1 2004/09/15 18:29:20 minskim Exp $
|
|
|
|
--- src/logging.intpro.orig Wed Mar 26 00:12:28 2003
|
|
+++ src/logging.intpro
|
|
@@ -1,3 +1,5 @@
|
|
+#ifdef HAVE_STRUCT_UTMP
|
|
int rxvt_write_bsd_utmp __PROTO((int utmp_pos, struct utmp *wu));
|
|
void rxvt_update_wtmp __PROTO((const char *fname, const struct utmp *putmp));
|
|
+#endif
|
|
void rxvt_update_lastlog __PROTO((const char *fname, const char *pty, const char *host));
|