chiark
/
gitweb
/
~mdw
/
become
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Change to header file name for parser. See log for `parse.h' for
[become]
/
src
/
become.c
diff --git
a/src/become.c
b/src/become.c
index 23f69dd7bb3fc3861954f8b342bcccd3163b7fab..9c1a4e19c0cdbd4df245574c048ca5fd3eb44b0b 100644
(file)
--- a/
src/become.c
+++ b/
src/become.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: become.c,v 1.
19 1998/06/29 13:10:4
1 mdw Exp $
+ * $Id: become.c,v 1.
20 1999/05/04 16:17:1
1 mdw Exp $
*
* Main code for `become'
*
*
* Main code for `become'
*
@@
-29,7
+29,11
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: become.c,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: become.c,v $
- * Revision 1.19 1998/06/29 13:10:41 mdw
+ * Revision 1.20 1999/05/04 16:17:11 mdw
+ * Change to header file name for parser. See log for `parse.h' for
+ * details.
+ *
+ * Revision 1.19 1998/06/29 13:10:41 mdw
* Add some commentary regarding an issue in `sudo' which affects `become';
* I'm not fixing it yet because I don't think it's important.
*
* Add some commentary regarding an issue in `sudo' which affects `become';
* I'm not fixing it yet because I don't think it's important.
*
@@
-148,7
+152,7
@@
extern char **environ;
#include "lexer.h"
#include "mdwopt.h"
#include "name.h"
#include "lexer.h"
#include "mdwopt.h"
#include "name.h"
-#include "parse
r
.h"
+#include "parse.h"
#include "rule.h"
#include "sym.h"
#include "utils.h"
#include "rule.h"
#include "sym.h"
#include "utils.h"