Remove the symlink, not the directory it points to.
[dragonfly.git] / lib / libpcap / patches / gencode.h.patch
1 $DragonFly: src/lib/libpcap/patches/Attic/gencode.h.patch,v 1.1 2007/03/16 12:59:10 sephe Exp $
2 Index: gencode.h
3 ===================================================================
4 RCS file: /opt/df_cvs/src/contrib/libpcap-0.9/gencode.h,v
5 retrieving revision 1.1.1.1
6 diff -u -r1.1.1.1 gencode.h
7 --- gencode.h   25 Dec 2006 00:32:18 -0000      1.1.1.1
8 +++ gencode.h   9 Mar 2007 10:26:11 -0000
9 @@ -306,6 +306,8 @@
10  struct block *gen_pf_action(int);
11  struct block *gen_pf_dir(int);
12  
13 +struct block *gen_p80211_type(int, int);
14 +
15  void bpf_optimize(struct block **);
16  void bpf_error(const char *, ...)
17      __attribute__((noreturn, format (printf, 1, 2)));