Revision numbering fix

git-svn-id: svn://kolibrios.org@593 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Mihail Semenyako (mike.dld)
2007-07-27 13:52:03 +00:00
parent 0b0dd3e2c5
commit 92f657f440
100 changed files with 319 additions and 124 deletions
+2 -1
View File
@@ -1,4 +1,3 @@
$Revision: 431 $
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
@@ -6,6 +5,8 @@ $Revision: 431 $
;; Author: Kees J. Bot 1 Jan 1994 ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
$Revision: 431 $
; size_t strncat(char *s1, const char *s2, size_t n)
; Append string s2 to s1.