blob: c4e0930b579bcbf60c56251f1829df2db09c0fc3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$FreeBSD$
--- st.h.orig Sun Oct 21 00:13:45 2001
+++ st.h Sun Oct 21 00:13:56 2001
@@ -33,14 +33,9 @@
#define st_free free
/* FIXME: Move to separate header */
-#ifdef __alpha__
#include <sys/types.h> /* To get defines for 32-bit integers */
#define LONG int32_t
#define ULONG u_int32_t
-#else
-#define LONG long
-#define ULONG unsigned long
-#endif
#define MAXLONG 0x7fffffffL
#define MAXULONG 0xffffffffL
|