PERFORCE change 122598 for review

Peter Wemm peter at FreeBSD.org
Sat Jun 30 23:54:28 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=122598

Change 122598 by peter at peter_overcee on 2007/06/30 23:53:28

	hack. malloc.c doesn't have _types.h in scope somehow.

Affected files ...

.. //depot/projects/hammer/lib/libc/include/libc_private.h#13 edit

Differences ...

==== //depot/projects/hammer/lib/libc/include/libc_private.h#13 (text+ko) ====

@@ -175,6 +175,7 @@
  * for the wrapped "new" pad-less syscalls are here for now.
  */
 extern int __getosreldate(void);
+#include <sys/_types.h>
 extern __off_t __new_lseek(int, __off_t, int);
 extern int __new_ftruncate(int, __off_t);
 extern int __new_truncate(const char *, __off_t);


More information about the p4-projects mailing list