summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-02-22 08:17:05 +0000
committerharti <harti@FreeBSD.org>2005-02-22 08:17:05 +0000
commit47d7a7aa1811bfacbad1f082130903127b0a88f7 (patch)
tree438f6b53fc3e9c36ec88dc3d4868b8b79a420b5e /usr.bin/make
parent4df93e25d76df28a1d91a285d5f686e64cf79e51 (diff)
downloadFreeBSD-src-47d7a7aa1811bfacbad1f082130903127b0a88f7.zip
FreeBSD-src-47d7a7aa1811bfacbad1f082130903127b0a88f7.tar.gz
Fix the prototypes by addings some constness. This should have been
committed together with the commit to dir.c:1.48.
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/dir.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/dir.h b/usr.bin/make/dir.h
index d699b1a..75922b8 100644
--- a/usr.bin/make/dir.h
+++ b/usr.bin/make/dir.h
@@ -63,11 +63,11 @@ void Dir_Expand(char *, struct Lst *, struct Lst *);
char *Dir_FindFile(char *, struct Lst *);
int Dir_MTime(struct GNode *);
void Dir_AddDir(struct Lst *, const char *);
-char *Dir_MakeFlags(const char *, struct Lst *);
+char *Dir_MakeFlags(const char *, const struct Lst *);
void Dir_ClearPath(struct Lst *);
void Dir_Concat(struct Lst *, struct Lst *);
void Dir_PrintDirectories(void);
-void Dir_PrintPath(struct Lst *);
+void Dir_PrintPath(const struct Lst *);
void Dir_Destroy(void *);
void *Dir_CopyDir(void *);
OpenPOWER on IntegriCloud