diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-06-16 15:50:51 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-06-16 15:50:51 +0000 |
commit | 3272e882b8a7c78756680d3b45fd093e15e9316f (patch) | |
tree | c5a17963cdedabab85f1c67b85dbe6152ec7d3bc /mail/pathalias/files/patch-config.h | |
parent | - rename patches (diff) |
- add prototypes and fix a ton of warnings
Diffstat (limited to '')
-rw-r--r-- | mail/pathalias/files/patch-config.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/pathalias/files/patch-config.h b/mail/pathalias/files/patch-config.h new file mode 100644 index 000000000000..a5f5af24fbec --- /dev/null +++ b/mail/pathalias/files/patch-config.h @@ -0,0 +1,11 @@ +--- config.h.orig 1993-03-03 22:10:30.000000000 +0100 ++++ config.h 2013-06-16 15:49:18.000000000 +0200 +@@ -29,7 +29,7 @@ + + #ifdef MAIN + #ifndef lint +-static char *c_sccsid = "@(#)config.h 9.5 91/06/11"; ++static const char *c_sccsid = "@(#)config.h 9.5 91/06/11"; + #endif /*lint*/ + #endif /*MAIN*/ + |