changeset 1777:85a825f7f8d6

[project @ 1996-01-23 08:32:26 by jwe]
author jwe
date Tue, 23 Jan 1996 08:32:26 +0000
parents ac1c470df51f
children cb7512dadf2d
files liboctave/safe-xstat.hin
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/safe-xstat.hin	Tue Jan 23 08:26:04 1996 +0000
+++ b/liboctave/safe-xstat.hin	Tue Jan 23 08:32:26 1996 +0000
@@ -57,9 +57,7 @@
 # endif
 # define SAFE_@L@STAT(name, buf) safe_@l@stat (name, buf)
 __static __inline int
-safe_@l@stat (name, buf)
-     const char *name;
-     struct stat *buf;
+safe_@l@stat (const char *name, struct stat *buf)
 {
   int ret;