pkgsrc/net/userppp/patches/patch-al

14 lines
348 B
Text
Raw Normal View History

$NetBSD: patch-al,v 1.1 2003/06/08 10:36:18 abs Exp $
--- libhack/alias_nbt.c.orig Sun Jun 8 11:08:07 2003
+++ libhack/alias_nbt.c
@@ -102,7 +102,7 @@ static void PrintRcode( u_char rcode )
case CFT_ERR:
printf("\nName in conflict error.\n");
default:
- printf("\n???=%0x\n", rcode );
+ printf("\n??? = %0x\n", rcode );
}
}