smbfs: remove locally added __FBSDID

Differential Revision:	https://reviews.freebsd.org/D42703
This commit is contained in:
Brooks Davis 2023-11-27 16:47:33 +00:00
parent 78e6a1bd06
commit a159b74a5d
4 changed files with 0 additions and 12 deletions

View file

@ -32,9 +32,6 @@
* $Id: mbuf.c,v 1.6 2001/02/24 15:56:04 bp Exp $
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/endian.h>
#include <arpa/inet.h>

View file

@ -32,9 +32,6 @@
* $Id: nb_name.c,v 1.2 2001/08/22 03:31:36 bp Exp $
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/endian.h>
#include <sys/socket.h>

View file

@ -32,9 +32,6 @@
* $Id: nls.c,v 1.10 2002/07/22 08:33:59 bp Exp $
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/sysctl.h>
#include <ctype.h>

View file

@ -32,9 +32,6 @@
* $Id: rcfile.c,v 1.5 2001/04/16 12:46:46 bp Exp $
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/queue.h>
#include <ctype.h>