mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
4a6b440781
to import it all at once! Submitted by: Eric L. Hernes <erich@lodgenet.com>
24 lines
656 B
Plaintext
24 lines
656 B
Plaintext
*** include/u.h~ Fri Jul 21 15:01:18 1995
|
|
--- include/u.h Fri Jul 21 16:47:00 1995
|
|
***************
|
|
*** 46,53 ****
|
|
#define NOFIFO /* turn off exstart in samterm/unix.c */
|
|
#endif /* UMIPS */
|
|
|
|
! #ifdef SUNOS
|
|
typedef unsigned short ushort;
|
|
typedef unsigned long ulong;
|
|
extern char *strerror(int);
|
|
extern void *memmove(void*, const void*, size_t);
|
|
--- 46,55 ----
|
|
#define NOFIFO /* turn off exstart in samterm/unix.c */
|
|
#endif /* UMIPS */
|
|
|
|
! #if defined(SUNOS)
|
|
! #ifndef __FreeBSD__
|
|
typedef unsigned short ushort;
|
|
+ #endif
|
|
typedef unsigned long ulong;
|
|
extern char *strerror(int);
|
|
extern void *memmove(void*, const void*, size_t);
|