home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / news / cnews.tar / relay / mklint < prev    next >
Text File  |  1988-04-18  |  156b  |  4 lines

  1. #! /bin/sh
  2. lint -hazu -I../include -I../include/bsd42 -I../rnews -DSTATIC= $* -llocal |
  3.     egrep -v '(possible pointer|long assign|can.t take|never used|:$)'
  4.