Deleted Added
full compact
sys.h (1574) sys.h (3285)
1/*-
2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Christos Zoulas of Cornell University.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

71# if __STDC__
72typedef void* ioctl_t;
73# else
74typedef char* ioctl_t;
75# endif
76#endif
77
78#include <stdio.h>
1/*-
2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Christos Zoulas of Cornell University.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

71# if __STDC__
72typedef void* ioctl_t;
73# else
74typedef char* ioctl_t;
75# endif
76#endif
77
78#include <stdio.h>
79#define REGEXP
79#define REGEXEC
80#undef REGEXP
80
81#ifdef SUNOS
81
82#ifdef SUNOS
82# undef REGEXP
83# undef REGEXEC
83# include <malloc.h>
84typedef void (*sig_t)__P((int));
85# ifdef __GNUC__
86/*
87 * Broken hdrs.
88 */
89extern char *getenv __P((const char *));
90extern int fprintf __P((FILE *, const char *, ...));

--- 23 unchanged lines hidden ---
84# include <malloc.h>
85typedef void (*sig_t)__P((int));
86# ifdef __GNUC__
87/*
88 * Broken hdrs.
89 */
90extern char *getenv __P((const char *));
91extern int fprintf __P((FILE *, const char *, ...));

--- 23 unchanged lines hidden ---