Deleted Added
full compact
ncplogin.c (95638) ncplogin.c (102944)
1/*
2 * Copyright (c) 1999, Boris Popov
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 * SUCH DAMAGE.
31 */
32
33#include <sys/cdefs.h>
34
1/*
2 * Copyright (c) 1999, Boris Popov
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 * SUCH DAMAGE.
31 */
32
33#include <sys/cdefs.h>
34
35__FBSDID("$FreeBSD: head/usr.bin/ncplogin/ncplogin.c 95638 2002-04-28 12:19:30Z markm $");
35__FBSDID("$FreeBSD: head/usr.bin/ncplogin/ncplogin.c 102944 2002-09-04 23:29:10Z dwmalone $");
36
37#include <sys/types.h>
38#include <sys/errno.h>
39#include <sys/stat.h>
40
41#include <err.h>
42#include <stdio.h>
43#include <stdlib.h>
36
37#include <sys/types.h>
38#include <sys/errno.h>
39#include <sys/stat.h>
40
41#include <err.h>
42#include <stdio.h>
43#include <stdlib.h>
44#include <strings.h>
44#include
45#include <stdlib.h>
46#include <string.h>
45#include <sysexits.h>
46#include <unistd.h>
47
48#include <netncp/ncp_lib.h>
49#include <netncp/ncp_rcfile.h>
50
51extern char *__progname;
52

--- 153 unchanged lines hidden ---
47#include <sysexits.h>
48#include <unistd.h>
49
50#include <netncp/ncp_lib.h>
51#include <netncp/ncp_rcfile.h>
52
53extern char *__progname;
54

--- 153 unchanged lines hidden ---