Deleted Added
full compact
sys.h (3285) sys.h (26926)
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 REGEXEC
80#undef REGEXP
79#define REGEX /* Use POSIX.2 regular expression functions */
80#undef REGEXP /* Use UNIX V8 regular expression functions */
81
82#ifdef SUNOS
81
82#ifdef SUNOS
83# undef REGEXEC
83# undef REGEX
84# undef REGEXP
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 ---
85# include <malloc.h>
86typedef void (*sig_t)__P((int));
87# ifdef __GNUC__
88/*
89 * Broken hdrs.
90 */
91extern char *getenv __P((const char *));
92extern int fprintf __P((FILE *, const char *, ...));

--- 23 unchanged lines hidden ---