mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
While here add the LICENSE information and move one variable to comply with the canonical order.
10 lines
213 B
C
10 lines
213 B
C
--- cmd/ixpc.c.orig 2008-09-21 03:39:51 UTC
|
|
+++ cmd/ixpc.c
|
|
@@ -14,6 +14,7 @@
|
|
#define fatal(...) ixp_eprint("ixpc: fatal: " __VA_ARGS__); \
|
|
|
|
static IxpClient *client;
|
|
+char *argv0;
|
|
|
|
static void
|
|
usage(void) {
|