From 9981b6d915a49d325f790f2aa825aa56ae4ac85c Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 6 Feb 2007 12:46:11 -0800 Subject: S_IFLNK != 0140000 Signed-off-by: Shawn O. Pearce --- fast-import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fast-import.c') diff --git a/fast-import.c b/fast-import.c index df84e4d87d..c72c5c7a94 100644 --- a/fast-import.c +++ b/fast-import.c @@ -81,7 +81,7 @@ Format of STDIN stream: path_str ::= path | '"' quoted(path) '"' ; mode ::= '100644' | '644' | '100755' | '755' - | '140000' + | '120000' ; declen ::= # unsigned 32 bit value, ascii base10 notation; -- cgit v1.2.1