Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 1998 14:13:30 -0700 (PDT)
From:      Dmitrij Tejblum <dt@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/include time.h src/lib/libc/stdtime strptime.3 strptime.c
Message-ID:  <199809122113.OAA16570@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dt          1998/09/12 14:13:30 PDT

  Modified files:
    include              time.h 
    lib/libc/stdtime     strptime.3 strptime.c 
  Log:
  Change return type of strptime from const char* to char*.
  const char* was wrong and nonstandard.
  
  Revision  Changes    Path
  1.14      +1 -1      src/include/time.h
  1.2       +2 -2      src/lib/libc/stdtime/strptime.3
  1.4       +3 -3      src/lib/libc/stdtime/strptime.c



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