X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/a1309fe39327b2da612e78705178834b671a7d18..586c39b16e69783deac925aed42609626deae4f3:/usr/src/lib/libcompat/4.1/tell.c diff --git a/usr/src/lib/libcompat/4.1/tell.c b/usr/src/lib/libcompat/4.1/tell.c index a2a35c1e00..2617ecb5ea 100644 --- a/usr/src/lib/libcompat/4.1/tell.c +++ b/usr/src/lib/libcompat/4.1/tell.c @@ -1,4 +1,13 @@ -/* @(#)tell.c 4.1 (Berkeley) %G% */ +/* + * Copyright (c) 1980 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + */ + +#ifndef lint +static char sccsid[] = "@(#)tell.c 5.1 (Berkeley) %G%"; +#endif not lint + /* * return offset in file. */