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

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

Change 122597 by peter@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



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