Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/traceroute Remove __P().
details: https://anonhg.NetBSD.org/src/rev/989327bf07f3
branches: trunk
changeset: 533666:989327bf07f3
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Jul 06 21:52:05 2002 +0000
description:
Remove __P().
diffstat:
usr.sbin/traceroute/as.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r d00fd301b29d -r 989327bf07f3 usr.sbin/traceroute/as.h
--- a/usr.sbin/traceroute/as.h Sat Jul 06 21:51:49 2002 +0000
+++ b/usr.sbin/traceroute/as.h Sat Jul 06 21:52:05 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: as.h,v 1.1 2001/11/04 23:14:36 atatat Exp $ */
+/* $NetBSD: as.h,v 1.2 2002/07/06 21:52:05 wiz Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -36,6 +36,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-void *as_setup __P((char *));
-int as_lookup __P((void *, struct in_addr *));
-void as_shutdown __P((void *));
+void *as_setup(char *);
+int as_lookup(void *, struct in_addr *);
+void as_shutdown(void *);
Home |
Main Index |
Thread Index |
Old Index