diff options
author | obrien <obrien@FreeBSD.org> | 2003-11-12 08:33:18 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-11-12 08:33:18 +0000 |
commit | 0e0b11491bc10c2d1697978d307b554fac25bfe4 (patch) | |
tree | e6adc6831957e9ddd761d701b290a35aa57d06c5 /gnu | |
parent | 81cd8b68759199fe5ee2d490408e09ab5341f347 (diff) | |
download | FreeBSD-src-0e0b11491bc10c2d1697978d307b554fac25bfe4.zip FreeBSD-src-0e0b11491bc10c2d1697978d307b554fac25bfe4.tar.gz |
FBSDID style nit.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/gdb/freebsd-uthread.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gdb/freebsd-uthread.c b/gnu/usr.bin/binutils/gdb/freebsd-uthread.c index b9663ad..0974c3e 100644 --- a/gnu/usr.bin/binutils/gdb/freebsd-uthread.c +++ b/gnu/usr.bin/binutils/gdb/freebsd-uthread.c @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* Low level interface for debugging FreeBSD user threads for GDB, the GNU debugger. Copyright 1996, 1999 Free Software Foundation, Inc. @@ -18,6 +17,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* $FreeBSD$ */ + /* This module implements a sort of half target that sits between the machine-independent parts of GDB and the ptrace interface (infptrace.c) to provide access to the FreeBSD user-mode thread implementation. |