Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/libhack const poison login



details:   https://anonhg.NetBSD.org/src/rev/1c55f3f20bec
branches:  trunk
changeset: 473902:1c55f3f20bec
user:      danw <danw%NetBSD.org@localhost>
date:      Mon Jun 21 02:32:20 1999 +0000

description:
const poison login

diffstat:

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

diffs (18 lines):

diff -r 3dd7dc6f4d94 -r 1c55f3f20bec distrib/utils/libhack/utmp.c
--- a/distrib/utils/libhack/utmp.c      Mon Jun 21 02:31:17 1999 +0000
+++ b/distrib/utils/libhack/utmp.c      Mon Jun 21 02:32:20 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: utmp.c,v 1.2 1999/05/27 05:41:15 gwr Exp $     */
+/*     $NetBSD: utmp.c,v 1.3 1999/06/21 02:32:20 danw Exp $    */
 
 /*
  * Written by Gordon W. Ross <gwr%netbsd.org@localhost>
@@ -12,7 +12,7 @@
 
 void
 login(ut)
-       struct utmp *ut;
+       const struct utmp *ut;
 {
 }
 



Home | Main Index | Thread Index | Old Index