Module Name:    src
Committed By:   mrg
Date:           Mon Apr 12 04:09:26 UTC 2021

Modified Files:
        src/external/bsd/ipf/dist/tools: ipnat.c

Log Message:
avoid common symbols.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ipf/dist/tools/ipnat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/ipf/dist/tools/ipnat.c
diff -u src/external/bsd/ipf/dist/tools/ipnat.c:1.3 src/external/bsd/ipf/dist/tools/ipnat.c:1.4
--- src/external/bsd/ipf/dist/tools/ipnat.c:1.3	Sun Feb  4 08:19:42 2018
+++ src/external/bsd/ipf/dist/tools/ipnat.c	Mon Apr 12 04:09:26 2021
@@ -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 @@ static __attribute__((__used__)) const c
 #define	bzero(a,b)	memset(a,0,b)
 #endif
 int	use_inet6 = 0;
-char	thishost[MAXHOSTNAMELEN];
 
 extern	char	*optarg;
 

Reply via email to