PERFORCE change 152605 for review

Peter Wemm peter at FreeBSD.org
Thu Nov 6 19:32:18 PST 2008


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

Change 152605 by peter at peter_hammer on 2008/11/07 03:31:43

	-Wunused on < freebsd-7

Affected files ...

.. //depot/projects/valgrind/coregrind/launcher-freebsd.c#5 edit

Differences ...

==== //depot/projects/valgrind/coregrind/launcher-freebsd.c#5 (text+ko) ====

@@ -186,8 +186,10 @@
    char launcher_name[PATH_MAX+1];
    char* new_line;
    char** new_env;
+#if __FreeBSD__ >= 7
    int oid[4];
    vki_size_t len;
+#endif
 
    /* Start the debugging-log system ASAP.  First find out how many 
       "-d"s were specified.  This is a pre-scan of the command line.


More information about the p4-projects mailing list