summaryrefslogtreecommitdiff
path: root/lib/csu/mips/crt1.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/mips/crt1.c')
-rw-r--r--lib/csu/mips/crt1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/mips/crt1.c b/lib/csu/mips/crt1.c
index 746cee2aa180..ad02053ddecd 100644
--- a/lib/csu/mips/crt1.c
+++ b/lib/csu/mips/crt1.c
@@ -30,11 +30,11 @@
* (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$
+ * $FreeBSD: src/lib/csu/mips/crt1.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/csu/mips/crt1.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#ifndef __GNUC__
#error "GCC is needed to compile this file"