Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux/common Remove junk after #undef.



details:   https://anonhg.NetBSD.org/src/rev/7988989ffef4
branches:  trunk
changeset: 485722:7988989ffef4
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed May 03 21:41:43 2000 +0000

description:
Remove junk after #undef.

diffstat:

 sys/compat/linux/common/linux_socket.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9b1263b55881 -r 7988989ffef4 sys/compat/linux/common/linux_socket.c
--- a/sys/compat/linux/common/linux_socket.c    Wed May 03 21:32:59 2000 +0000
+++ b/sys/compat/linux/common/linux_socket.c    Wed May 03 21:41:43 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_socket.c,v 1.23 2000/03/30 11:27:18 augustss Exp $       */
+/*     $NetBSD: linux_socket.c,v 1.24 2000/05/03 21:41:43 thorpej Exp $        */
 
 /*-
  * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -584,7 +584,7 @@
        FILE_UNUSE(fp, p);
        return error;
 }
-#undef IF_NAME_LEN 16
+#undef IF_NAME_LEN
 
 int
 linux_ioctl_socket(p, uap, retval)



Home | Main Index | Thread Index | Old Index