summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/gen
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2004-02-10 20:42:33 +0000
committercperciva <cperciva@FreeBSD.org>2004-02-10 20:42:33 +0000
commit81f9b2b83adf9740e4603070330b067a62d7608f (patch)
treee310d1cd14b59bad0016ce8ccdfd5360b9c29500 /lib/libc/i386/gen
parentd3296afe56fbe54528da95cf3826561b3fce2718 (diff)
downloadFreeBSD-src-81f9b2b83adf9740e4603070330b067a62d7608f.zip
FreeBSD-src-81f9b2b83adf9740e4603070330b067a62d7608f.tar.gz
style cleanup: Remove duplicate $FreeBSD$ tags.
These files had tags after the copyright notice, inside the comment block (incorrect, removed), and outside the comment block (correct). Approved by: rwatson (mentor)
Diffstat (limited to 'lib/libc/i386/gen')
-rw-r--r--lib/libc/i386/gen/signalcontext.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/i386/gen/signalcontext.c b/lib/libc/i386/gen/signalcontext.c
index 50c4889..28bcfec 100644
--- a/lib/libc/i386/gen/signalcontext.c
+++ b/lib/libc/i386/gen/signalcontext.c
@@ -22,12 +22,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.
- *
- * $FreeBSD$
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD");
+__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/ucontext.h>
OpenPOWER on IntegriCloud