PERFORCE change 144139 for review
Anders Nore
andenore at FreeBSD.org
Thu Jun 26 10:43:28 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=144139
Change 144139 by andenore at andenore_laptop on 2008/06/26 10:43:03
Fixed filenames
Affected files ...
.. //depot/projects/soc2008/andenore_pkginstall/src/usr.sbin/pkg_install/convert/convert.h#2 delete
.. //depot/projects/soc2008/andenore_pkginstall/src/usr.sbin/pkg_install/convert/converter.h#2 edit
.. //depot/projects/soc2008/andenore_pkginstall/src/usr.sbin/pkg_install/convert/perform.c#5 edit
Differences ...
==== //depot/projects/soc2008/andenore_pkginstall/src/usr.sbin/pkg_install/convert/converter.h#2 (text+ko) ====
@@ -1,0 +1,9 @@
+#ifndef _INST_CONVERTER_H
+#define _INST_CONVERTER_H
+
+extern Boolean CheckExists;
+extern Boolean Textual;
+extern Boolean Print;
+extern char * Key;
+
+#endif /* _INST_CONVERTER_H */
==== //depot/projects/soc2008/andenore_pkginstall/src/usr.sbin/pkg_install/convert/perform.c#5 (text+ko) ====
@@ -5,7 +5,7 @@
#include <err.h>
#include "lib.h"
-#include "convert.h"
+#include "converter.h"
static int pkg_do(char *);
More information about the p4-projects
mailing list