Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/librumphijack fdoff is descriptive enough



details:   https://anonhg.NetBSD.org/src/rev/1b73047f1729
branches:  trunk
changeset: 763234:1b73047f1729
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Mar 14 15:15:47 2011 +0000

description:
fdoff is descriptive enough

diffstat:

 lib/librumphijack/hijack.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7428bbfcc9d4 -r 1b73047f1729 lib/librumphijack/hijack.c
--- a/lib/librumphijack/hijack.c        Mon Mar 14 15:13:26 2011 +0000
+++ b/lib/librumphijack/hijack.c        Mon Mar 14 15:15:47 2011 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: hijack.c,v 1.85 2011/03/14 15:13:26 pooka Exp $       */
+/*      $NetBSD: hijack.c,v 1.86 2011/03/14 15:15:47 pooka Exp $       */
 
 /*-
  * Copyright (c) 2011 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: hijack.c,v 1.85 2011/03/14 15:13:26 pooka Exp $");
+__RCSID("$NetBSD: hijack.c,v 1.86 2011/03/14 15:15:47 pooka Exp $");
 
 #define __ssp_weak_name(fun) _hijack_ ## fun
 
@@ -677,7 +677,7 @@
        { blanketparser, "blanket", true },
        { vfsparser, "vfs", true },
        { sysctlparser, "sysctl", false },
-       { fdoffparser, "fdoffset", true },
+       { fdoffparser, "fdoff", true },
        { NULL, NULL, false },
 };
 



Home | Main Index | Thread Index | Old Index