diff options
author | Jim Meyering <jim@meyering.net> | 2001-02-17 16:56:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-02-17 16:56:20 +0000 |
commit | d07a45be2bbff030c2138960bced67c7f0243028 (patch) | |
tree | 0a91d0033cfa6eba5a734bc6efd058f7a53b8fea | |
parent | 438636be9b84c90fbe6bd80424f8626f15364dae (diff) | |
download | coreutils-d07a45be2bbff030c2138960bced67c7f0243028.tar.xz |
Sync from GNU libc. Use double quotes, not <...>
around included file name.
-rw-r--r-- | lib/strtoul.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/strtoul.c b/lib/strtoul.c index 298ae9eab..cfe239cdf 100644 --- a/lib/strtoul.c +++ b/lib/strtoul.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1999, 2001 Free Software Foundation, Inc. NOTE: The canonical source of this file is maintained with the GNU C Library. Bugs can be reported to bug-glibc@prep.ai.mit.edu. @@ -19,4 +19,4 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define UNSIGNED 1 -#include <strtol.c> +#include "strtol.c" |