diff options
author | delphij <delphij@FreeBSD.org> | 2010-05-05 21:24:18 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2010-05-05 21:24:18 +0000 |
commit | a5718881d81033624f276036560f07f69ceac0cc (patch) | |
tree | 73276a50973e775737cb11e78f7f2386a3fe7968 /usr.bin/find/function.c | |
parent | 9e7ca00a7d2a09aaf3de24d5ccf18e1a4d305e75 (diff) | |
download | FreeBSD-src-a5718881d81033624f276036560f07f69ceac0cc.zip FreeBSD-src-a5718881d81033624f276036560f07f69ceac0cc.tar.gz |
Move SCCS tags to comments as they were already #if 0'ed.
Diffstat (limited to 'usr.bin/find/function.c')
-rw-r--r-- | usr.bin/find/function.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index 1714627..4329887 100644 --- a/usr.bin/find/function.c +++ b/usr.bin/find/function.c @@ -32,14 +32,10 @@ * 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. + * + * @(#)function.c 8.10 (Berkeley) 5/4/95 */ -#ifndef lint -#if 0 -static const char sccsid[] = "@(#)function.c 8.10 (Berkeley) 5/4/95"; -#endif -#endif /* not lint */ - #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); |