aboutsummaryrefslogtreecommitdiff
path: root/contrib/global/lib/makepath.h
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>1999-01-18 06:59:18 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>1999-01-18 06:59:18 +0000
commit3ba3e2cc4b63fa16707f51e735e751e62dd9526e (patch)
tree2d073c94248fff7dcaa8a3b1356933e1dcd784db /contrib/global/lib/makepath.h
parent0823b5bf088ea8520ea23a0c424e4ecab62491d5 (diff)
Notes
Diffstat (limited to 'contrib/global/lib/makepath.h')
-rw-r--r--contrib/global/lib/makepath.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/global/lib/makepath.h b/contrib/global/lib/makepath.h
index 47d292d482dc..74b1c16f7620 100644
--- a/contrib/global/lib/makepath.h
+++ b/contrib/global/lib/makepath.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1996, 1997 Shigio Yamaguchi. All rights reserved.
+ * Copyright (c) 1996, 1997, 1998 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((char *, char *));
+char *makepath __P((const char *, const char *));
#endif /* ! _MAKEPATH_H_ */