Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/ndp Remove bogus declaration of "errno".
details: https://anonhg.NetBSD.org/src/rev/544b0cd3b777
branches: trunk
changeset: 480876:544b0cd3b777
user: tron <tron%NetBSD.org@localhost>
date: Sat Jan 22 10:18:07 2000 +0000
description:
Remove bogus declaration of "errno".
diffstat:
usr.sbin/ndp/ndp.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 0505745699e8 -r 544b0cd3b777 usr.sbin/ndp/ndp.c
--- a/usr.sbin/ndp/ndp.c Sat Jan 22 10:16:23 2000 +0000
+++ b/usr.sbin/ndp/ndp.c Sat Jan 22 10:18:07 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ndp.c,v 1.4 1999/12/13 15:30:25 itojun Exp $ */
+/* $NetBSD: ndp.c,v 1.5 2000/01/22 10:18:07 tron Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
@@ -124,7 +124,6 @@
((a) > 0 ? (1 + (((a) - 1) | (sizeof(long) - 1))) : sizeof(long))
#define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len))
-extern int errno;
static int pid;
static int fflag;
static int nflag;
Home |
Main Index |
Thread Index |
Old Index