diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
| commit | 76b5366091f76c9bc73570149ef5055648fc2c39 (patch) | |
| tree | 590d020e0f2a5bea6e09d66d951a674443b21d67 /contrib/global/lib/makepath.h | |
| parent | 4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6 (diff) | |
Diffstat (limited to 'contrib/global/lib/makepath.h')
| -rw-r--r-- | contrib/global/lib/makepath.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/global/lib/makepath.h b/contrib/global/lib/makepath.h index 74b1c16f76209..47d292d482dc3 100644 --- a/contrib/global/lib/makepath.h +++ b/contrib/global/lib/makepath.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1997, 1998 Shigio Yamaguchi. All rights reserved. + * Copyright (c) 1996, 1997 Shigio Yamaguchi. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -43,6 +43,6 @@ #endif #endif -char *makepath __P((const char *, const char *)); +char *makepath __P((char *, char *)); #endif /* ! _MAKEPATH_H_ */ |
