diff options
| author | 2004-01-28 19:44:55 +0000 | |
|---|---|---|
| committer | 2004-01-28 19:44:55 +0000 | |
| commit | 231a0e502b93533f031bc24624d701c95e5be9f1 (patch) | |
| tree | d7cbf0c901b324e2dddc4d114145bbb2968c24a0 /usr.sbin/tcpdump/interface.h | |
| parent | update and sort openssl pkcs{7,8,12}; (diff) | |
| download | wireguard-openbsd-231a0e502b93533f031bc24624d701c95e5be9f1.tar.xz wireguard-openbsd-231a0e502b93533f031bc24624d701c95e5be9f1.zip | |
privilege separated tcpdump, joint work with otto@
tested by avsm@ vincent@ dhartmei@ markus@ hshoexer@ and others
go for it deraadt@
Diffstat (limited to 'usr.sbin/tcpdump/interface.h')
| -rw-r--r-- | usr.sbin/tcpdump/interface.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/tcpdump/interface.h b/usr.sbin/tcpdump/interface.h index 375f336d45c..9d669fa7072 100644 --- a/usr.sbin/tcpdump/interface.h +++ b/usr.sbin/tcpdump/interface.h @@ -1,4 +1,4 @@ -/* $OpenBSD: interface.h,v 1.42 2004/01/18 15:33:30 otto Exp $ */ +/* $OpenBSD: interface.h,v 1.43 2004/01/28 19:44:55 canacar Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997 @@ -20,7 +20,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/interface.h,v 1.42 2004/01/18 15:33:30 otto Exp $ (LBL) + * @(#) $Header: /home/cvs/src/usr.sbin/tcpdump/interface.h,v 1.43 2004/01/28 19:44:55 canacar Exp $ (LBL) */ #ifndef tcpdump_interface_h @@ -165,7 +165,7 @@ extern __dead void error(const char *, ...) extern void warning(const char *, ...) __attribute__ ((format (printf, 1, 2))); extern char *read_infile(char *); -extern char *copy_argv(char **); +extern char *copy_argv(char * const *); extern char *isonsap_string(const u_char *); extern char *llcsap_string(u_char); |
