diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-04-20 09:33:57 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-04-20 09:33:57 +0000 |
commit | c6f8831e8eb6cbbca16ff76fcfef1725228a9ece (patch) | |
tree | 149792cc8c37b54be7350be4dc42e8ada4be51f1 /usr.bin/xlint/lint1/err.c | |
parent | 606407fff3efaf1eb28e271434d1515cbbf78461 (diff) | |
download | FreeBSD-src-c6f8831e8eb6cbbca16ff76fcfef1725228a9ece.zip FreeBSD-src-c6f8831e8eb6cbbca16ff76fcfef1725228a9ece.tar.gz |
Add $FreeBSD$ to the files which didn't have it yet.
Fix the .c files, so that the $FreeBSD$ is contained within the rcsid. [bde]
Diffstat (limited to 'usr.bin/xlint/lint1/err.c')
-rw-r--r-- | usr.bin/xlint/lint1/err.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/xlint/lint1/err.c b/usr.bin/xlint/lint1/err.c index 4e34ba8..2bff0f5 100644 --- a/usr.bin/xlint/lint1/err.c +++ b/usr.bin/xlint/lint1/err.c @@ -29,12 +29,10 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $FreeBSD$ */ #ifndef lint -static char rcsid[] = "$NetBSD: err.c,v 1.8 1995/10/02 17:37:00 jpo Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* number of errors found */ |