From 75bfac8aab9ce54d8510b1385aa9c9e20b69317f Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Fri, 17 Oct 2003 05:17:15 +0000 Subject: [PATCH] modified erroneous comment git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1147 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/os_generic.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sm5/os_generic.h b/sm5/os_generic.h index d5bd00eac..050d5ec36 100644 --- a/sm5/os_generic.h +++ b/sm5/os_generic.h @@ -24,12 +24,11 @@ #ifndef OS_GENERIC_H_ #define OS_GENERIC_H_ -#define OS_XXXX_H_CVSID "$Id: os_generic.h,v 1.1 2003/10/14 12:12:12 ballen4705 Exp $\n" +#define OS_XXXX_H_CVSID "$Id: os_generic.h,v 1.2 2003/10/17 05:17:15 ballen4705 Exp $\n" // Additional material should start here. Note: to keep the '-V' CVS // reporting option working as intended, you should only #include // system include files <something.h>. Local #include files -// <"something.h"> should be #included in os_solaris.c - +// <"something.h"> should be #included in os_generic.c #endif /* OS_GENERIC_H_ */ -- GitLab