History log of /openbsd/sys/dev/microcode/tusb3410/build.c (Results 1 – 6 of 6)
Revision Date Author Comments
# b27348b2 08-Sep-2017 deraadt <deraadt@openbsd.org>

If you use sys/param.h, you don't need sys/types.h


# 867e0126 18-Dec-2016 krw <krw@openbsd.org>

Use %zu/%d to print size_t/ssize_t. Cast recno_t (a.k.a. u_int32_t)
to (unsigned long) to match %lu formats. Makes gcc happier and
quieter.

ok deraadt@


# edb07539 13-Jul-2014 mpi <mpi@openbsd.org>

No need for ezload.h


# b1447b06 07-Aug-2009 martynas <martynas@openbsd.org>

pull some more missing; for err&errx, printf, write, bzopy&bzero
ok jsg@


# 4a6cbd20 18-Jul-2009 jsg <jsg@openbsd.org>

#include stdio.h for printf.


# f515c31d 16-Nov-2007 deraadt <deraadt@openbsd.org>

firmware (if not store in a seeprom in the device) for the uticom(4)
this was compiled by someone from the full source code published by TI
under a surprisingly free license (which is probably not ev

firmware (if not store in a seeprom in the device) for the uticom(4)
this was compiled by someone from the full source code published by TI
under a surprisingly free license (which is probably not even actually
enforceable in any way, since they forgot to put the phrase Copyright
above it... where do they hire their lawyers?? anyways, everyone benefits)

show more ...