Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Sep 2006 11:02:13 GMT
From:      Paolo Pisati <piso@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 106234 for review
Message-ID:  <200609171102.k8HB2Dql008753@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=106234

Change 106234 by piso@piso_newluxor on 2006/09/17 11:01:13

	Update a stale comment.

Affected files ...

.. //depot/projects/soc2005/libalias/sys/netinet/libalias/alias_dummy.c#12 edit

Differences ...

==== //depot/projects/soc2005/libalias/sys/netinet/libalias/alias_dummy.c#12 (text+ko) ====

@@ -93,11 +93,11 @@
 }
 
 /* 
- * NOTA BENE: these 2 variables MUST NOT be renamed in any case if you want 
- * your module to work in userland, cause they are used to find and use all 
+ * NOTA BENE: the next variable MUST NOT be renamed in any case if you want 
+ * your module to work in userland, cause it's used to find and use all 
  * the protocol handlers present in every module.
- * So WATCH OUT, your module needs these 2 variables, and it needs them with 
- * THEIR EXACT NAMES: handlers and entries.
+ * So WATCH OUT, your module needs this variables and it needs it with 
+ * ITS EXACT NAME: handlers.
  */
 
 struct proto_handler handlers [] = {



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