aboutsummaryrefslogtreecommitdiff
path: root/comms/sms_client
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-06-12 20:24:01 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-06-12 20:24:01 +0000
commit3cbb2f29f32e0f34f1071b71664bfe1ba0f0b4e1 (patch)
treebaf3498b35ddea5943cc18825471b24c91dc3b71 /comms/sms_client
parent36c6adfbaac1da8e8724c152ec644eaf29c6cc90 (diff)
downloadports-3cbb2f29f32e0f34f1071b71664bfe1ba0f0b4e1.tar.gz
ports-3cbb2f29f32e0f34f1071b71664bfe1ba0f0b4e1.zip
Fix build with gcc34
Notes
Notes: svn path=/head/; revision=111351
Diffstat (limited to 'comms/sms_client')
-rw-r--r--comms/sms_client/files/patch-format.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/sms_client/files/patch-format.c b/comms/sms_client/files/patch-format.c
new file mode 100644
index 000000000000..44f0519619b1
--- /dev/null
+++ b/comms/sms_client/files/patch-format.c
@@ -0,0 +1,10 @@
+--- src/common/format.c.orig Sat Jun 12 22:16:16 2004
++++ src/common/format.c Sat Jun 12 22:16:24 2004
+@@ -265,6 +265,7 @@
+ break;
+
+ default:
++ break;
+ }
+
+ fmt++;