Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Remove duplicated PF_INET6 definition.



details:   https://anonhg.NetBSD.org/src/rev/2afbf2c479ea
branches:  trunk
changeset: 481660:2afbf2c479ea
user:      enami <enami%NetBSD.org@localhost>
date:      Thu Feb 03 09:23:03 2000 +0000

description:
Remove duplicated PF_INET6 definition.

diffstat:

 sys/sys/socket.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 84515b0e367f -r 2afbf2c479ea sys/sys/socket.h
--- a/sys/sys/socket.h  Thu Feb 03 09:00:39 2000 +0000
+++ b/sys/sys/socket.h  Thu Feb 03 09:23:03 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: socket.h,v 1.48 1999/12/20 06:18:45 itojun Exp $       */
+/*     $NetBSD: socket.h,v 1.49 2000/02/03 09:23:03 enami Exp $        */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -223,7 +223,6 @@
 #define        PF_LOCAL        AF_LOCAL
 #define        PF_UNIX         PF_LOCAL        /* backward compatibility */
 #define        PF_INET         AF_INET
-#define        PF_INET6        AF_INET6
 #define        PF_IMPLINK      AF_IMPLINK
 #define        PF_PUP          AF_PUP
 #define        PF_CHAOS        AF_CHAOS



Home | Main Index | Thread Index | Old Index