From 333fc21e3cd79bca0c94d7722c5a56cb5ad078d1 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 22 Mar 2002 21:53:29 +0000 Subject: Fix the style of the SCM ID's. I believe have made all of libc .c's as consistent as possible. --- lib/libc/stdio/tmpnam.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/stdio/tmpnam.c') diff --git a/lib/libc/stdio/tmpnam.c b/lib/libc/stdio/tmpnam.c index bc996f876040c..7c75b54952394 100644 --- a/lib/libc/stdio/tmpnam.c +++ b/lib/libc/stdio/tmpnam.c @@ -32,13 +32,13 @@ * 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$ */ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)tmpnam.c 8.3 (Berkeley) 3/28/94"; #endif /* LIBC_SCCS and not lint */ +#include +__FBSDID("$FreeBSD$"); #include -- cgit v1.2.3