mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
bcb9572887
BladeEnc is distributed in source form, now. So it should work on alpha, too.
19 lines
441 B
Plaintext
19 lines
441 B
Plaintext
--- system.h.orig Thu Jul 22 23:08:10 1999
|
|
+++ system.h Sat Jul 24 00:16:20 1999
|
|
@@ -181,14 +181,5 @@
|
|
#define FALSE 0
|
|
#define TRUE 1
|
|
|
|
-typedef unsigned char uchar;
|
|
-
|
|
-#ifndef _SYS_TYPES_H
|
|
-typedef unsigned short ushort;
|
|
+typedef unsigned char uchar;
|
|
typedef unsigned long ulong;
|
|
-typedef unsigned int uint;
|
|
-#endif
|
|
-
|
|
-
|
|
-
|
|
-
|