getfmac.c (5cfe0423e65c346d83d1f90d5e3fd6b1cb2e310c) getfmac.c (3e7cb94c9c8e6aaea734c07ebc4f967caf4232c4)
1/*-
2 * Copyright (c) 2002 Networks Associates Technology, Inc.
3 * All rights reserved.
4 *
5 * This software was developed for the FreeBSD Project by NAI Labs, the
6 * Security Research Division of Network Associates, Inc. under
7 * DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA
8 * CHATS research program.

--- 32 unchanged lines hidden (view full) ---

41#include <stdio.h>
42#include <stdlib.h>
43#include <string.h>
44#include <sysexits.h>
45#include <unistd.h>
46
47#define MAXELEMENTS 32
48
1/*-
2 * Copyright (c) 2002 Networks Associates Technology, Inc.
3 * All rights reserved.
4 *
5 * This software was developed for the FreeBSD Project by NAI Labs, the
6 * Security Research Division of Network Associates, Inc. under
7 * DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA
8 * CHATS research program.

--- 32 unchanged lines hidden (view full) ---

41#include <stdio.h>
42#include <stdlib.h>
43#include <string.h>
44#include <sysexits.h>
45#include <unistd.h>
46
47#define MAXELEMENTS 32
48
49void
49static void
50usage(void)
51{
52
53 fprintf(stderr,
54 "getfmac [-h] [-l list,of,labels] [file1] [file2 ...]\n");
55 exit (EX_USAGE);
56}
57

--- 59 unchanged lines hidden ---
50usage(void)
51{
52
53 fprintf(stderr,
54 "getfmac [-h] [-l list,of,labels] [file1] [file2 ...]\n");
55 exit (EX_USAGE);
56}
57

--- 59 unchanged lines hidden ---