mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
4d36880612
This port is lobotomized and only works with atapi waiting for someone to do the scsi->cam modifications. (also, this is my first attempt with easy-import...)
16 lines
450 B
Plaintext
16 lines
450 B
Plaintext
--- st/st.h.orig Sat Nov 16 19:18:25 1996
|
|
+++ st/st.h Wed Dec 23 11:00:43 1998
|
|
@@ -27,10 +27,12 @@
|
|
#define SOCKOPT_ERROR -14
|
|
#define DES_SET_KEY_FAILURE -15
|
|
|
|
+#ifndef SUCCESS
|
|
#define SUCCESS 1
|
|
#define TRUE 1
|
|
#define FAILURE -1
|
|
#define FALSE -1
|
|
+#endif
|
|
#define MASSIVE_FAILURE -2
|
|
|
|
#define st_NEW_CONNECTION 0
|