File: diff_libmaa_decl.h

package info (click to toggle)
dictd 1.4.8-8
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,492 kB
  • ctags: 2,540
  • sloc: ansic: 20,420; sh: 1,721; makefile: 745; perl: 235; yacc: 189; lex: 117
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 * );