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/7bd54c3080b5
branches: trunk
changeset: 961560:7bd54c3080b5
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 e473938692c5 -r 7bd54c3080b5 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