summaryrefslogtreecommitdiffstats
path: root/usr.bin/lockf/lockf.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/lockf/lockf.c')
-rw-r--r--usr.bin/lockf/lockf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lockf/lockf.c b/usr.bin/lockf/lockf.c
index 5c6d5cf..8541ce3 100644
--- a/usr.bin/lockf/lockf.c
+++ b/usr.bin/lockf/lockf.c
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: lockf.c,v 1.4 1997/02/22 19:55:54 peter Exp $
*/
#include <sys/types.h>
@@ -62,7 +62,7 @@ main(int argc, char **argv)
silent = 0;
waitsec = -1; /* Infinite. */
- while ((ch = getopt(argc, argv, "st:")) != EOF) {
+ while ((ch = getopt(argc, argv, "st:")) != -1) {
switch (ch) {
case 's':
OpenPOWER on IntegriCloud