Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jun 2007 10:58:02 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 122473 for review
Message-ID:  <200706281058.l5SAw2eZ037980@repoman.freebsd.org>

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

Change 122473 by rdivacky@rdivacky_witten on 2007/06/28 10:57:48

	Style.
	
	Suggested by: rwatson

Affected files ...

.. //depot/projects/soc2007/rdivacky/linux_at/sys/compat/linux/linux_stats.c#10 edit

Differences ...

==== //depot/projects/soc2007/rdivacky/linux_at/sys/compat/linux/linux_stats.c#10 (text+ko) ====

@@ -134,7 +134,8 @@
 }
 
 static void
-translate_path_major_minor_at(struct thread *td, char *path, struct stat *buf, int dfd)
+translate_path_major_minor_at(struct thread *td, char *path, struct stat *buf,
+    int dfd)
 {
 	struct proc *p = td->td_proc;	
 	struct filedesc *fdp = p->p_fd;



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