Deleted Added
full compact
nos-tun.c (45114) nos-tun.c (50476)
1/*
2 * Copyright (c) 1996, Nickolay Dudorov
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

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

52 * Mar. 23 1999 by Isao SEKI <iseki@gongon.com>
53 * I added a new flag for ip protocol number.
54 * We are using 4 as protocol number in ampr.org.
55 *
56 */
57
58#ifndef lint
59static const char rcsid[] =
1/*
2 * Copyright (c) 1996, Nickolay Dudorov
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

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

52 * Mar. 23 1999 by Isao SEKI <iseki@gongon.com>
53 * I added a new flag for ip protocol number.
54 * We are using 4 as protocol number in ampr.org.
55 *
56 */
57
58#ifndef lint
59static const char rcsid[] =
60 "$Id: nos-tun.c,v 1.4 1998/08/02 16:06:34 bde Exp $";
60 "$FreeBSD: head/sbin/nos-tun/nos-tun.c 50476 1999-08-28 00:22:10Z peter $";
61#endif /* not lint */
62
63#include <fcntl.h>
64#include <netdb.h>
65#include <stdio.h>
66#include <stdlib.h>
67#include <string.h>
68#include <syslog.h>

--- 303 unchanged lines hidden ---
61#endif /* not lint */
62
63#include <fcntl.h>
64#include <netdb.h>
65#include <stdio.h>
66#include <stdlib.h>
67#include <string.h>
68#include <syslog.h>

--- 303 unchanged lines hidden ---