PERFORCE change 140948 for review

Gabor Kovesdan gabor at FreeBSD.org
Wed Apr 30 22:01:17 UTC 2008


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

Change 140948 by gabor at gabor_server on 2008/04/30 22:01:15

	- Fix the weird nit which slipped in during the previous change

Affected files ...

.. //depot/projects/soc2008/gabor_textproc/diff/diffdir.c#3 edit

Differences ...

==== //depot/projects/soc2008/gabor_textproc/diff/diffdir.c#3 (text+ko) ====

@@ -46,7 +46,7 @@
 
 static int	dircompare(const void *, const void *);
 static int	excluded(const char *);
-static structdirent **slurpdir(char *, char **, int);
+static struct dirent **slurpdir(char *, char **, int);
 static void	diffit(struct dirent *, char *, size_t, char *, size_t);
 
 #define d_status	d_type		/* we need to store status for -l */


More information about the p4-projects mailing list