diff options
author | dillon <dillon@FreeBSD.org> | 2001-09-16 21:35:07 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 2001-09-16 21:35:07 +0000 |
commit | 41abc6d4e41c16aaf60fbf44b2ffe0c561b27318 (patch) | |
tree | 2e51a4885e624872098f817a7148743fbac950c4 /lib/libdevinfo | |
parent | 42e6b3b99dc6f29192fb07408f500cc8f1eb91d9 (diff) | |
download | FreeBSD-src-41abc6d4e41c16aaf60fbf44b2ffe0c561b27318.zip FreeBSD-src-41abc6d4e41c16aaf60fbf44b2ffe0c561b27318.tar.gz |
Implement __FBSDID()
Diffstat (limited to 'lib/libdevinfo')
-rw-r--r-- | lib/libdevinfo/devinfo.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libdevinfo/devinfo.c b/lib/libdevinfo/devinfo.c index b542702..650b7f8 100644 --- a/lib/libdevinfo/devinfo.c +++ b/lib/libdevinfo/devinfo.c @@ -23,10 +23,11 @@ * 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$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* * An interface to the FreeBSD kernel's bus/devce information interface. * |