=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/main.c,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/netstat/main.c 1998/08/01 05:36:18 1.15 --- src/usr.bin/netstat/main.c 1999/02/24 22:57:34 1.16 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.15 1998/08/01 05:36:18 angelos Exp $ */ /* $NetBSD: main.c,v 1.9 1996/05/07 02:55:02 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.16 1999/02/24 22:57:34 angelos Exp $ */ /* $NetBSD: main.c,v 1.9 1996/05/07 02:55:02 thorpej Exp $ */ /* *************** *** 44,50 **** #if 0 static char sccsid[] = "from: @(#)main.c 8.4 (Berkeley) 3/1/94"; #else ! static char *rcsid = "$OpenBSD: main.c,v 1.15 1998/08/01 05:36:18 angelos Exp $"; #endif #endif /* not lint */ --- 44,50 ---- #if 0 static char sccsid[] = "from: @(#)main.c 8.4 (Berkeley) 3/1/94"; #else ! static char *rcsid = "$OpenBSD: main.c,v 1.16 1999/02/24 22:57:34 angelos Exp $"; #endif #endif /* not lint */ *************** *** 273,279 **** else if (strcmp(optarg, "iso") == 0) af = AF_ISO; else if (strcmp(optarg, "encap") == 0) ! af = AF_ENCAP; else if (strcmp(optarg, "atalk") == 0) af = AF_APPLETALK; else { --- 273,279 ---- else if (strcmp(optarg, "iso") == 0) af = AF_ISO; else if (strcmp(optarg, "encap") == 0) ! af = PF_KEY; else if (strcmp(optarg, "atalk") == 0) af = AF_APPLETALK; else {