Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jun 2002 22:19:52 +0200 (CEST)
From:      Dan Lukes <dan@obluda.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dan@obluda.cz
Subject:   bin/40053: [PATCH] __FBSDID and sys/cdefs.h included twice in chio.c
Message-ID:  <200206302019.g5UKJqNo001314@xkulesh.vol.cz>

next in thread | raw e-mail | index | archive | help

>Number:         40053
>Category:       bin
>Synopsis:       [PATCH] __FBSDID and sys/cdefs.h included twice in chio.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 30 16:20:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dan Lukes
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Obludarium
>Environment:
src/bin/chio/chio.c,v 1.24 2002/06/30 05:13:52 obrien

>Description:
	__FBSDID and sys/cdefs.h included twice
>How-To-Repeat:
	N/A
>Fix:

	It's rather typo than bug ...

*** src/bin/chio/chio.c.ORIG Sun Jun 30 05:13:52 2002
--- src/bin/chio/chio.c      Sun Jun 30 20:11:35 2002
***************
*** 42,50 ****
  #include <sys/cdefs.h>
  __FBSDID("$FreeBSD: src/bin/chio/chio.c,v 1.24 2002/06/30 05:13:52 obrien Exp $");
- #include <sys/cdefs.h>
- __FBSDID("$FreeBSD: src/bin/chio/chio.c,v 1.24 2002/06/30 05:13:52 obrien Exp $");
-
  #include <sys/param.h>
  #include <sys/chio.h>
  #include <err.h>
--- 42,47 ----



>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206302019.g5UKJqNo001314>