Cross Reference: lint.patch
xref
: /
solaris-x11-s12
/
open-src
/
lib
/
libFS
/
lint.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
lint.patch revision 1233
561
N/A
diff --git
a/src/FSlibInt.c
b/src/FSlibInt.c
561
N/A
index
07a7c57..f9efc97
100644
837
N/A
---
a/src/FSlibInt.c
837
N/A
+++
b/src/FSlibInt.c
561
N/A
@@ -978,6 +978,7 @@ _FSDefaultIOError(FSServer *svr)
561
N/A
}
561
N/A
exit(1);
561
N/A
/* NOTREACHED */
561
N/A
+ /* LINTED - needed to silence: error: Function has no return statement */
561
N/A
}
561
N/A
561
N/A
/*
561
N/A