ngctl.h (ebdb21f42966ac6f083f1015e2957ce522ff6cf6) | ngctl.h (0d6985e2c191824083c838ca7107d9d5555f56f4) |
---|---|
1 2/* 3 * ngctl.h 4 * 5 * Copyright (c) 1996-1999 Whistle Communications, Inc. 6 * All rights reserved. 7 * 8 * Subject to the following obligations and disclaimer of warranty, use and --- 24 unchanged lines hidden (view full) --- 33 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34 * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY 35 * OF SUCH DAMAGE. 36 * 37 * $FreeBSD$ 38 */ 39 40#include <sys/types.h> | 1 2/* 3 * ngctl.h 4 * 5 * Copyright (c) 1996-1999 Whistle Communications, Inc. 6 * All rights reserved. 7 * 8 * Subject to the following obligations and disclaimer of warranty, use and --- 24 unchanged lines hidden (view full) --- 33 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34 * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY 35 * OF SUCH DAMAGE. 36 * 37 * $FreeBSD$ 38 */ 39 40#include <sys/types.h> |
41#include <sys/param.h> |
|
41#include <sys/time.h> 42#include <sys/socket.h> 43#include <sys/select.h> | 42#include <sys/time.h> 43#include <sys/socket.h> 44#include <sys/select.h> |
45#include <sys/linker.h> |
|
44 45#include <stdio.h> 46#include <stdlib.h> 47#include <string.h> 48#include <unistd.h> 49#include <sysexits.h> 50#include <limits.h> 51#include <ctype.h> --- 39 unchanged lines hidden --- | 46 47#include <stdio.h> 48#include <stdlib.h> 49#include <string.h> 50#include <unistd.h> 51#include <sysexits.h> 52#include <limits.h> 53#include <ctype.h> --- 39 unchanged lines hidden --- |