diff options
Diffstat (limited to 'comms/grig/files/patch-ad')
-rw-r--r-- | comms/grig/files/patch-ad | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/comms/grig/files/patch-ad b/comms/grig/files/patch-ad new file mode 100644 index 000000000000..470ddb30889c --- /dev/null +++ b/comms/grig/files/patch-ad @@ -0,0 +1,18 @@ +--- ./src/grig-config.c.orig Mon Sep 20 15:40:26 2004 ++++ ./src/grig-config.c Mon Sep 20 15:41:25 2004 +@@ -161,6 +161,7 @@ + break; + #endif + default: ++ break; + } + } + +@@ -209,6 +210,7 @@ + break; + #endif + default: ++ break; + } + } + |