File: diff_libmaa_decl.h

package info (click to toggle)
dict-gcide 0.44-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 59,496 kB
  • ctags: 2,052
  • sloc: asm: 53,717; fortran: 20,888; ansic: 8,030; sh: 1,441; lex: 1,342; makefile: 494; yacc: 443; perl: 235
file content (12 lines) | stat: -rw-r--r-- 528 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
diff -u -r -N dictd-1.4.8-old/libmaa/decl.h dictd-1.4.8/libmaa/decl.h
--- dictd-1.4.8-old/libmaa/decl.h       Sun Mar  1 13:08:30 1998
+++ dictd-1.4.8/libmaa/decl.h   Mon Nov 30 12:53:16 1998
@@ -28,7 +28,7 @@
 declarations for standard library calls.  We provide them here for
 situations that we know about. */
 
-#if defined(__sparc__)
+#if defined(__sparc__) && !defined(__linux__)
 #include <sys/resource.h>
                                /* Both SunOS and Solaris */
 extern int    getrusage( int who, struct rusage * );