PERFORCE change 131880 for review

Roman Divacky rdivacky at FreeBSD.org
Fri Dec 28 06:54:55 PST 2007


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

Change 131880 by rdivacky at rdivacky_witten on 2007/12/28 14:54:19

	Two more.

Affected files ...

.. //depot/projects/soc2007/rdivacky/linux_at/sys/kern/vfs_syscalls.c#56 edit

Differences ...

==== //depot/projects/soc2007/rdivacky/linux_at/sys/kern/vfs_syscalls.c#56 (text+ko) ====

@@ -2370,9 +2370,9 @@
 kern_lstatat(struct thread *td, int fd, const char *path, enum uio_seg pathseg,
     struct stat *sbp)
 {
-	struct nameidata nd;
 	struct vnode *vp;
 	struct stat sb;
+	struct nameidata nd;
 	int error, vfslocked;
 
 	NDINIT_AT(&nd, LOOKUP, 0 | NOFOLLOW | LOCKLEAF |
@@ -2750,7 +2750,6 @@
 }
 
 /*
- *
  * Common implementation code for chmod(), lchmod() and fchmod().
  */
 static int


More information about the p4-projects mailing list