Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/libhack Stubbed-out utmp file functions.



details:   https://anonhg.NetBSD.org/src/rev/f21105bd074c
branches:  trunk
changeset: 473066:f21105bd074c
user:      gwr <gwr%NetBSD.org@localhost>
date:      Wed May 19 03:54:40 1999 +0000

description:
Stubbed-out utmp file functions.

diffstat:

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

diffs (33 lines):

diff -r e2947f364b46 -r f21105bd074c distrib/utils/libhack/utmp.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/utils/libhack/utmp.c      Wed May 19 03:54:40 1999 +0000
@@ -0,0 +1,29 @@
+/*     $NetBSD: utmp.c,v 1.1 1999/05/19 03:54:40 gwr Exp $     */
+
+/*
+ * Written by Gordon W. Ross <gwr%netbsd.org@localhost>
+ * Public domain.
+ */
+
+/* Simplified (do nothing:) */
+#include <sys/types.h>
+#include <utmp.h>
+
+void
+login(ut)
+       struct utmp *ut;
+{
+}
+
+int
+logout(line)
+       const char *line;
+{
+}
+
+
+void
+logwtmp(line, name, host)
+       const char *line, *name, *host;
+{
+}



Home | Main Index | Thread Index | Old Index