summaryrefslogtreecommitdiff
path: root/sysutils/smartmontools/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/smartmontools/patches/patch-af')
-rw-r--r--sysutils/smartmontools/patches/patch-af13
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/smartmontools/patches/patch-af b/sysutils/smartmontools/patches/patch-af
deleted file mode 100644
index c88f0c5e8f0..00000000000
--- a/sysutils/smartmontools/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.1 2007/10/19 03:56:14 taca Exp $
-
---- smartd.cpp.orig Sun Nov 12 13:49:09 2006
-+++ smartd.cpp
-@@ -310,7 +310,7 @@ void PrintOneCVS(const char *a_cvs_id){
-
- // prints CVS identity information for the executable
- void PrintCVS(void){
-- char *configargs=strlen(SMARTMONTOOLS_CONFIGURE_ARGS)?SMARTMONTOOLS_CONFIGURE_ARGS:"[no arguments given]";
-+ const char *configargs=strlen(SMARTMONTOOLS_CONFIGURE_ARGS)?SMARTMONTOOLS_CONFIGURE_ARGS:"[no arguments given]";
-
- PrintOut(LOG_INFO,(char *)copyleftstring);
- PrintOut(LOG_INFO,"CVS version IDs of files used to build this code are:\n");