PERFORCE change 106234 for review

Paolo Pisati piso at FreeBSD.org
Sun Sep 17 04:02:15 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=106234

Change 106234 by piso at 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 [] = {


More information about the p4-projects mailing list