Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/ipf/dist/tools avoid common symbols.



details:   https://anonhg.NetBSD.org/src/rev/317e7d76c7ec
branches:  trunk
changeset: 961185:317e7d76c7ec
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Apr 12 04:09:26 2021 +0000

description:
avoid common symbols.

diffstat:

 external/bsd/ipf/dist/tools/ipnat.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r d87623ee8e0c -r 317e7d76c7ec external/bsd/ipf/dist/tools/ipnat.c
--- a/external/bsd/ipf/dist/tools/ipnat.c       Mon Apr 12 03:57:06 2021 +0000
+++ b/external/bsd/ipf/dist/tools/ipnat.c       Mon Apr 12 04:09:26 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ipnat.c,v 1.3 2018/02/04 08:19:42 mrg Exp $    */
+/*     $NetBSD: ipnat.c,v 1.4 2021/04/12 04:09:26 mrg Exp $    */
 
 /*
  * Copyright (C) 2012 by Darren Reed.
@@ -75,7 +75,6 @@
 #define        bzero(a,b)      memset(a,0,b)
 #endif
 int    use_inet6 = 0;
-char   thishost[MAXHOSTNAMELEN];
 
 extern char    *optarg;
 



Home | Main Index | Thread Index | Old Index