Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/distrib/utils/libhack pullup 1.1->1.2 (cgd)



details:   https://anonhg.NetBSD.org/src/rev/666cc8ad66ed
branches:  netbsd-1-4
changeset: 468875:666cc8ad66ed
user:      perry <perry%NetBSD.org@localhost>
date:      Tue Jun 22 13:56:43 1999 +0000

description:
pullup 1.1->1.2 (cgd)

diffstat:

 distrib/utils/libhack/utmp.c |  31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diffs (35 lines):

diff -r c45f661b314b -r 666cc8ad66ed distrib/utils/libhack/utmp.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/utils/libhack/utmp.c      Tue Jun 22 13:56:43 1999 +0000
@@ -0,0 +1,31 @@
+/*     $NetBSD: utmp.c,v 1.1.2.2 1999/06/22 13:56:43 perry Exp $       */
+
+/*
+ * Written by Gordon W. Ross <gwr%netbsd.org@localhost>
+ * Public domain.
+ */
+
+/* Simplified (do nothing:) */
+#include <sys/types.h>
+#include <utmp.h>
+#include <util.h>
+
+void
+login(ut)
+       struct utmp *ut;
+{
+}
+
+int
+logout(line)
+       const char *line;
+{
+       return(0);
+}
+
+
+void
+logwtmp(line, name, host)
+       const char *line, *name, *host;
+{
+}



Home | Main Index | Thread Index | Old Index