X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=misc%2Ftdlint;h=71b0d89b6d4d4e8c63fb9d901c04b63961a28404;hp=869a34bf92221ff9b198869f12354c64e089cbd3;hb=54d0d62f0eb759e3c623a215d98ddebccca64488;hpb=661078ddbde3ce0f3b06e95642fbb9b5fef7dca1 diff --git a/misc/tdlint b/misc/tdlint index 869a34bf..71b0d89b 100755 --- a/misc/tdlint +++ b/misc/tdlint @@ -1,6 +1,7 @@ #!/bin/sh ############################################################################## -# Copyright (c) 1998 Free Software Foundation, Inc. # +# Copyright 2020 Thomas E. Dickey # +# Copyright 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 +30,7 @@ # # Author: Thomas E. Dickey 1996 # -# $Id: tdlint,v 1.4 1998/02/11 12:13:50 tom Exp $ +# $Id: tdlint,v 1.7 2020/02/02 23:34:34 tom Exp $ # # Lint-script that allows user's own lint libraries, in addition to the ones # installed in the system. @@ -48,6 +49,8 @@ else ;; IRIX) set - $* -n -lc ;; + FreeBSD) set - $* -g -p -u -v -z + ;; SunOS) case `uname -r` in 5.*) ARCH=Solaris