diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-09-11 13:19:52 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-09-11 13:19:52 +0000 |
commit | 27b04c7124d46979333d31941b06ad1f1e200c4a (patch) | |
tree | 52058e6cf8c03cb081271b820b8a7f501ceb8199 /lib/libc/arch | |
parent | 4a620775a7fb54f7fc6bdd630a78e35f354102ee (diff) |
Keep the strings fully quoted.
Diffstat (limited to 'lib/libc/arch')
-rw-r--r-- | lib/libc/arch/powerpc/gen/frexp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/powerpc/gen/frexp.c b/lib/libc/arch/powerpc/gen/frexp.c index bfb3c684b7d..3e8312419e1 100644 --- a/lib/libc/arch/powerpc/gen/frexp.c +++ b/lib/libc/arch/powerpc/gen/frexp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: frexp.c,v 1.3 2001/09/10 22:37:06 millert Exp $ */ +/* $OpenBSD: frexp.c,v 1.4 2001/09/11 13:19:51 drahn Exp $ */ /* * Copyright (c) 1992, 1993 @@ -38,7 +38,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: frexp.c,v 1.3 2001/09/10 22:37:06 millert Exp $; +static char rcsid[] = "$OpenBSD: frexp.c,v 1.4 2001/09/11 13:19:51 drahn Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> |