PERFORCE change 122597 for review
Peter Wemm
peter at FreeBSD.org
Sat Jun 30 23:50:21 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=122597
Change 122597 by peter at peter_overcee on 2007/06/30 23:50:01
Spell libc_private.h correctly.
Affected files ...
.. //depot/projects/hammer/lib/libc/sys/ftruncate.c#5 edit
.. //depot/projects/hammer/lib/libc/sys/lseek.c#5 edit
.. //depot/projects/hammer/lib/libc/sys/mmap.c#6 edit
.. //depot/projects/hammer/lib/libc/sys/pread.c#5 edit
.. //depot/projects/hammer/lib/libc/sys/pwrite.c#5 edit
.. //depot/projects/hammer/lib/libc/sys/truncate.c#5 edit
Differences ...
==== //depot/projects/hammer/lib/libc/sys/ftruncate.c#5 (text+ko) ====
@@ -36,7 +36,7 @@
#include <sys/types.h>
#include <sys/syscall.h>
#include <unistd.h>
-#include "libc-private.h"
+#include "libc_private.h"
/*
* This function provides 64-bit offset padding that
==== //depot/projects/hammer/lib/libc/sys/lseek.c#5 (text+ko) ====
@@ -36,7 +36,7 @@
#include <sys/types.h>
#include <sys/syscall.h>
#include <unistd.h>
-#include "libc-private.h"
+#include "libc_private.h"
/*
* This function provides 64-bit offset padding that
==== //depot/projects/hammer/lib/libc/sys/mmap.c#6 (text+ko) ====
@@ -37,7 +37,7 @@
#include <sys/mman.h>
#include <sys/syscall.h>
#include <unistd.h>
-#include "libc-private.h"
+#include "libc_private.h"
/*
* This function provides 64-bit offset padding that
==== //depot/projects/hammer/lib/libc/sys/pread.c#5 (text+ko) ====
@@ -36,7 +36,7 @@
#include <sys/types.h>
#include <sys/syscall.h>
#include <unistd.h>
-#include "libc-private.h"
+#include "libc_private.h"
/*
* This function provides 64-bit offset padding that
==== //depot/projects/hammer/lib/libc/sys/pwrite.c#5 (text+ko) ====
@@ -36,7 +36,7 @@
#include <sys/types.h>
#include <sys/syscall.h>
#include <unistd.h>
-#include "libc-private.h"
+#include "libc_private.h"
/*
* This function provides 64-bit offset padding that
==== //depot/projects/hammer/lib/libc/sys/truncate.c#5 (text+ko) ====
@@ -36,7 +36,7 @@
#include <sys/types.h>
#include <sys/syscall.h>
#include <unistd.h>
-#include "libc-private.h"
+#include "libc_private.h"
/*
* This function provides 64-bit offset padding that
More information about the p4-projects
mailing list