Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 2010 18:26:53 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/ufs/ffs ffs_softdep.c
Message-ID:  <201006111827.o5BIR8QX052934@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
avg         2010-06-11 18:26:53 UTC

  FreeBSD src repository

  Modified files:
    sys/ufs/ffs          ffs_softdep.c 
  Log:
  SVN rev 209057 on 2010-06-11 18:26:53Z by avg
  
  ffs_softdep: change K&R in function defintions to ANSI prototypes
  
  Apparently it's bad when we first have an ANSI prototype in function
  declaration, but then use K&R in its defintion.
  
  Complaint from: clang
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.244     +6 -19     src/sys/ufs/ffs/ffs_softdep.c



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