Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jun 2007 23:54:27 GMT
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 122598 for review
Message-ID:  <200706302354.l5UNsR5b013121@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=122598

Change 122598 by peter@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706302354.l5UNsR5b013121>