changeset 758:cd5ec632b29f

.
author Jim Meyering <jim@meyering.net>
date Tue, 29 Oct 1996 13:56:39 +0000
parents 44ac216afb5b
children fc727aca2aa4
files lib/xgetcwd.c lib/xstrtol.c
diffstat 2 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lib/xgetcwd.c
+++ b/lib/xgetcwd.c
@@ -1,5 +1,5 @@
 /* xgetcwd.c -- return current directory with unlimited length
-   Copyright (C) 1992 Free Software Foundation, Inc.
+   Copyright (C) 1992, 1996 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
--- a/lib/xstrtol.c
+++ b/lib/xstrtol.c
@@ -18,11 +18,11 @@
 /* Written by Jim Meyering. */
 
 #if HAVE_CONFIG_H
-#include <config.h>
+# include <config.h>
 #endif
 
 #if STDC_HEADERS
-#include <stdlib.h>
+# include <stdlib.h>
 #endif
 
 #if HAVE_STRING_H
@@ -146,8 +146,8 @@
 
 #ifdef TESTING_XSTRTO
 
-#include <stdio.h>
-#include "error.h"
+# include <stdio.h>
+# include "error.h"
 
 char *program_name;
 
@@ -175,4 +175,5 @@
     }
   exit (0);
 }
+
 #endif /* TESTING_XSTRTO */