]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - misc/tdlint
ncurses 6.1 - patch 20181027
[ncurses.git] / misc / tdlint
index 869a34bf92221ff9b198869f12354c64e089cbd3..4a5a05cfb2ff91134c7851a440114d6304990735 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 ##############################################################################
-# Copyright (c) 1998 Free Software Foundation, Inc.                          #
+# Copyright (c) 1998,2000 Free Software Foundation, Inc.                     #
 #                                                                            #
 # Permission is hereby granted, free of charge, to any person obtaining a    #
 # copy of this software and associated documentation files (the "Software"), #
@@ -29,7 +29,7 @@
 #
 # Author: Thomas E. Dickey <dickey@clark.net> 1996
 #
-# $Id: tdlint,v 1.4 1998/02/11 12:13:50 tom Exp $
+# $Id: tdlint,v 1.6 2000/10/28 20:53:36 tom Exp $
 #
 # Lint-script that allows user's own lint libraries, in addition to the ones
 # installed in the system.
@@ -48,6 +48,8 @@ else
                ;;
        IRIX)   set - $* -n -lc
                ;;
+       FreeBSD) set - $* -g -p -u -v -z
+               ;;
        SunOS)
                case `uname -r` in
                5.*)    ARCH=Solaris