]> Git Repo - linux.git/commit - include/linux/vt.h
vt: Fix use of "new" in a struct field
authorAlan Cox <[email protected]>
Thu, 19 Nov 2009 13:30:36 +0000 (13:30 +0000)
committerLinus Torvalds <[email protected]>
Thu, 19 Nov 2009 21:43:06 +0000 (13:43 -0800)
commit308efab5e231d1510cd35931d87629bf5171caae
treef477e28706603dac927e352f2b0c23034f981808
parent5854d9c8d18359b1fc2f23c0ef2d51dd53281bd6
vt: Fix use of "new" in a struct field

As this struct is exposed to user space and the API was added for this
release it's a bit of a pain for the C++ world and we still have time to
fix it. Rename the fields before we end up with that pain in an actual
release.

Signed-off-by: Alan Cox <[email protected]>
Reported-by: Olivier Goffart
Signed-off-by: Linus Torvalds <[email protected]>
drivers/char/vt_ioctl.c
include/linux/vt.h
This page took 0.054259 seconds and 4 git commands to generate.