diff options
author | mmcc <mmcc@cvs.openbsd.org> | 2015-12-05 05:56:27 +0000 |
---|---|---|
committer | mmcc <mmcc@cvs.openbsd.org> | 2015-12-05 05:56:27 +0000 |
commit | 07a2da3e879496514b9c38579743be0791452669 (patch) | |
tree | 79fdf1780508db56fccec0a32ec56ef02cb22c4f /usr.sbin/tcpdump | |
parent | d87ea9c906bea3690ea318e094f182438e690efd (diff) |
strings.h -> string.h so that memcpy is declared. ok deraadt
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r-- | usr.sbin/tcpdump/print-l2tp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/print-l2tp.c b/usr.sbin/tcpdump/print-l2tp.c index 857bac9ab25..98e04ea652b 100644 --- a/usr.sbin/tcpdump/print-l2tp.c +++ b/usr.sbin/tcpdump/print-l2tp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print-l2tp.c,v 1.8 2015/01/16 06:40:21 deraadt Exp $ */ +/* $OpenBSD: print-l2tp.c,v 1.9 2015/12/05 05:56:26 mmcc Exp $ */ /* * Copyright (c) 1991, 1993, 1994, 1995, 1996, 1997 @@ -25,7 +25,7 @@ #include <sys/types.h> #include <stdio.h> -#include <strings.h> +#include <string.h> #include "l2tp.h" #include "interface.h" |