2013-09-26 17:14:40 +02:00

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));