aboutsummaryrefslogtreecommitdiff
path: root/biology/nab/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'biology/nab/files/patch-ag')
-rw-r--r--biology/nab/files/patch-ag32
1 files changed, 0 insertions, 32 deletions
diff --git a/biology/nab/files/patch-ag b/biology/nab/files/patch-ag
deleted file mode 100644
index d902077dd59d..000000000000
--- a/biology/nab/files/patch-ag
+++ /dev/null
@@ -1,32 +0,0 @@
-*** src/database.c.orig Tue Apr 21 12:17:17 1998
---- src/database.c Tue Mar 9 09:09:06 1999
-***************
-*** 73,78 ****
---- 73,85 ----
-
- #include "database.h"
-
-+ #if (defined(__unix__) || defined(unix)) && !defined(USG)
-+ #include <sys/param.h>
-+ #endif
-+
-+ #if defined(BSD)
-+ #include <math.h>
-+ #endif
-
- #ifndef TRUE
- #define TRUE 1
-***************
-*** 985,991 ****
---- 992,1002 ----
-
- sDBRemoveLeadingSpaces( sLine );
- sDBRemoveFirstString( sLine, sHead );
-+ #if defined(linux) || defined(BSD)
-+ sscanf( sHead, "%lg", dPDbl );
-+ #else
- sscanf( sHead, "%lG", dPDbl );
-+ #endif
-
- }
-